home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1999 #3 / Amiga Plus CD - 1999 - No. 3.iso / System / delitracker_ii / arexx / dt_clearlist.rexx < prev    next >
OS/2 REXX Batch file  |  1994-04-15  |  155b  |  13 lines

  1. /* DeliTracker - remove current module from modulelist */
  2.  
  3. parse arg listnum
  4.  
  5. address 'DELITRACKER'
  6. options results
  7.  
  8. status M num
  9. xx=result
  10.  
  11. clearlist xx
  12.  
  13.